home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Horodruin / horodruin-setup.exe / {app} / Horodruin.exe / 0 / RCDATA / TFRMFILEFLAGS / TFRMFILEFLAGS.txt
Text File  |  2005-02-17  |  2KB  |  114 lines

  1. object frmFileFlags: TfrmFileFlags
  2.   Left = 447
  3.   Top = 234
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'File Handling Flags'
  7.   ClientHeight = 169
  8.   ClientWidth = 233
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 28
  22.     Width = 49
  23.     Height = 13
  24.     Caption = 'Operation:'
  25.   end
  26.   object lbContext: TLabel
  27.     Left = 80
  28.     Top = 8
  29.     Width = 18
  30.     Height = 13
  31.     Caption = '???'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 8
  35.     Top = 8
  36.     Width = 39
  37.     Height = 13
  38.     Caption = 'Context:'
  39.   end
  40.   object cbxOperation: TComboBox
  41.     Left = 80
  42.     Top = 24
  43.     Width = 145
  44.     Height = 21
  45.     Style = csDropDownList
  46.     ItemHeight = 13
  47.     TabOrder = 0
  48.     Items.Strings = (
  49.       'set'
  50.       'boolean AND'
  51.       'boolean OR'
  52.       'boolean XOR')
  53.   end
  54.   object GroupBox1: TGroupBox
  55.     Left = 8
  56.     Top = 56
  57.     Width = 217
  58.     Height = 73
  59.     Caption = 'Flags'
  60.     TabOrder = 1
  61.     object chkRead: TCheckBox
  62.       Left = 8
  63.       Top = 16
  64.       Width = 185
  65.       Height = 17
  66.       Caption = 'It can be &Read'
  67.       TabOrder = 0
  68.     end
  69.     object chkWrite: TCheckBox
  70.       Left = 8
  71.       Top = 32
  72.       Width = 185
  73.       Height = 17
  74.       Caption = 'It can be &Written'
  75.       TabOrder = 1
  76.     end
  77.     object chkCreate: TCheckBox
  78.       Left = 8
  79.       Top = 48
  80.       Width = 185
  81.       Height = 17
  82.       Caption = 'It can be &Created'
  83.       TabOrder = 2
  84.     end
  85.   end
  86.   object btnCancel: TBitBtn
  87.     Left = 152
  88.     Top = 136
  89.     Width = 75
  90.     Height = 25
  91.     TabOrder = 3
  92.     OnClick = btnCancelClick
  93.     Kind = bkCancel
  94.   end
  95.   object btnOk: TBitBtn
  96.     Left = 72
  97.     Top = 136
  98.     Width = 75
  99.     Height = 25
  100.     TabOrder = 2
  101.     OnClick = btnOkClick
  102.     Kind = bkOK
  103.   end
  104.   object ActionList1: TActionList
  105.     Left = 8
  106.     Top = 136
  107.     object aHelpMe: TAction
  108.       Caption = 'HelpMe'
  109.       ShortCut = 112
  110.       OnExecute = aHelpMeExecute
  111.     end
  112.   end
  113. end
  114.